home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Games
/
ADoom
/
amipx1_1
/
Include
/
amipx_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-28
|
476b
|
15 lines
/* include this file along with amipx_protos.h and amipx_pragmas.h,
if you need them
*/
#ifndef _AMIPX_PROTOS_
#define _AMIPX_PROTOS_
WORD AMIPX_OpenSocket(UWORD socknum);
VOID AMIPX_CloseSocket(UWORD socknum);
WORD AMIPX_ListenForPacket(struct AMIPX_ECB *ECB);
WORD AMIPX_SendPacket(struct AMIPX_ECB *ECB);
VOID AMIPX_GetLocalAddr(UBYTE addressarray[10]);
WORD AMIPX_GetLocalTarget(UBYTE addressarray[12],UBYTE localtarget[6]);
VOID AMIPX_RelinquishControl(void);
#endif